home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_185.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  381 b   |  9 lines

  1. on mouseUp
  2.   global clips, km, clips1, clips2, clip_directory
  3.   set clip_directory to "4"
  4.   set clips1 to ["sspotmax", "eit4pane", "4panelqu", "carpetvi", "210", "cds2", "overlay2", "v17", "timeline", "hr_all"]
  5.   set clips2 to ["mdi_cds", "spark3z", "cds013", "pr", "06_lb", "ee_inne", "ar_evol", "mdi_lay", "m02", "m06"]
  6.   set clips to clips1
  7.   go("newsun_" & clip_directory)
  8. end
  9.